@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}

@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v18/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}

body {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
  color: #222222;
}

body {
  margin: 0;
}

h2 {
  font-size: 2em !important;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}

a:hover {
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}
a.btn {
  text-decoration: none;
}
span.light {
  font-family: 'Lexend', sans-serif;
  font-weight: 400;
}
button:hover {
  cursor: pointer;
}
a:not(.btn) {
  text-decoration: underline;
}
a:not(.btn):hover {
  text-decoration: none;
  font-weight: 400;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.mod {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  max-width: 1440px;
}

@media only screen and (min-width: 1500px) {
  .mod {
      width: 60%;
      margin-left: 20%;
      margin-right: 20%;
  }
}

.btn {
  background-color: #9ac347;
  color: #222222;
  padding: 1.25em 3em;
  border-radius: 40px;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}

.btn.primary {
  box-shadow: inset 0 0 0 0 #7b9c39;
}

.btn.primary:hover {
  box-shadow: inset 400px 0 0 0 #7b9c39;
  color: #ffffff;
}

.btn.secondary {
  background-color: #f1844e;
  box-shadow: inset 0 0 0 0 #f15002;
}

.btn.secondary:hover {
  box-shadow: inset 400px 0 0 0 #f15002;
  color: #ffffff;
}

.btn.tertiary {
  background-color: transparent;
  border-radius: 0;
  padding: 0 0 0.25em 0;
  border-bottom: 3px solid #222222;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
}

.btn.tertiary:after {
  font-family: 'Font Awesome 6 Pro';
  content: "\f0a9";
  padding-left: 0.5em;
  color: #f1844e;
}

.btn.tertiary:hover {
  color: #222222;
  border-bottom: 3px solid #f1844e;
}

.btn.text-link {
  background-color: transparent;
  border-bottom: none;
  text-decoration: underline;
  text-decoration-color: #9ac347;
  padding: 0;
}

.btn.text-link:hover {
  color: #222222;
  text-decoration-color: #7b9c39;
}

.interior-hero .content-wrap {
  background-color: #222222;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 782px) {
  .interior-hero .content-wrap {
      height: 80vw;
  }
}

@media only screen and (min-width: 768px) {
  .interior-hero .content-wrap {
      height: 50vw;
  }
}

@media only screen and (min-width: 980px) {
  .interior-hero .content-wrap {
      height: 24vw;
  }
}

.interior-hero .content-wrap .intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media only screen and (max-width: 782px),
only screen and (max-width: 600px),
only screen and (min-width: 768px) {
  .interior-hero .content-wrap .intro-copy {
      margin-top: 15%;
      width: 90%;
  }
}

@media only screen and (min-width: 980px),
only screen and (min-width: 1100px),
only screen and (min-width: 1500px) {
  .interior-hero .content-wrap .intro-copy {
      margin-top: 0;
      width: 70%;
  }
}

@media only screen and (min-width: 1500px) {
  .interior-hero .content-wrap .intro-copy {
      margin-top: 0;
      width: 60%;
  }
}

.interior-hero .content-wrap .intro-copy .title {
  color: #9ac347;
  font-family: 'Lexend', sans-serif;
  font-weight: 200;
  margin-bottom: 0;
  margin-top: 0;
}

@media only screen and (max-width: 979px) {
  .interior-hero .content-wrap .intro-copy .title {
      font-size: 1.5em;
  }
}

@media only screen and (max-width: 782px),
only screen and (min-width: 768px) {
  .interior-hero .content-wrap .intro-copy .title {
      font-size: 2.6em;
  }
}

@media only screen and (min-width: 820px) {
  .interior-hero .content-wrap .intro-copy .title {
      font-size: 3em;
  }
}

@media only screen and (min-width: 980px),
only screen and (min-width: 1100px) {
  .interior-hero .content-wrap .intro-copy .title {
      font-size: 3em;
  }
}

@media only screen and (min-width: 1500px) {
  .interior-hero .content-wrap .intro-copy .title {
      font-size: 3em;
  }
}

.interior-hero .content-wrap .intro-copy .desc {
  font-size: 1.25em;
  color: #ffffff;
  width: 90%;
}

@media only screen and (min-width: 980px) {
  .interior-hero .content-wrap .intro-copy .desc {
      width: 80%;
  }
}

@media only screen and (max-width: 450px) {
  .interior-hero .content-wrap {
      height: 100vw;
  }
  .interior-hero .content-wrap .intro-copy{
      margin-top: 0% !important;
  }
  .interior-hero .content-wrap .title{
      font-size: 38px !important;
  }
  .interior-hero .content-wrap .desc{
      font-size: 18px !important;
  }
}

.interior-hero .bottom-gradient {
  height: 0.75em;
}

@media only screen and (max-width: 782px) {
  .interior-hero .bottom-gradient {
      background: linear-gradient(to right, #65c1b2, #89d7ca, #f0b89d, #f1844e, #f15002);
  }
}

@media only screen and (min-width: 768px),
only screen and (min-width: 980px) {
  .interior-hero .bottom-gradient {
      background: linear-gradient(to right, #65c1b2, #89d7ca, #abe8df, #7b9c39, #9ac347, #f0b89d, #f1844e, #f15002);
  }
}

.home-hero {
padding-top: 5em;
padding-bottom: 6em;
position: relative;
margin-bottom: 1.5em;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: 100vw;
padding: 2.5em 0;
}
.home-hero .block-wrap .media-wrap {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.home-hero .block-wrap .content-wrap {
position: relative;
padding: 2.5em 0;
width: auto;
}
@media only screen and (max-width: 500px) {
    .home-hero .block-wrap .content-wrap {
        padding: 0;
    }
}
@media only screen and (min-width: 980px) {
.home-hero .block-wrap .content-wrap {
  width: 50%;
  padding-bottom: 5em;
}
}
.home-hero .block-wrap .content-wrap .intro-copy {
color: #ffffff;
}
@media only screen and (min-width: 980px) {
.home-hero .block-wrap .content-wrap .intro-copy {
  margin-left: 10%;
}
}
.home-hero .block-wrap .content-wrap .intro-copy .pg-title {
font-weight: 400;
font-size: 2.5em;
}
@media only screen and (min-width: 980px) {
.home-hero .block-wrap .content-wrap .intro-copy .pg-title {
  font-size: 3.25em;
}
}
.home-hero .block-wrap .content-wrap .intro-copy .pg-title .bolded-green {
color: #9ac347;
font-weight: 700;
}
.home-hero .block-wrap .content-wrap .intro-copy .tagline {
font-size: 22px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit button {
  color: #000000 !important;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit {
position: relative;
color: #222222;
width: fit-content;
margin-bottom: 20px;
max-width: 110%;
}
@media only screen and (min-width: 980px) {
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit {
  width: max-content;
}
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="text"],
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="number"] {
font-size: 18px;
padding-right: 10px;
border: none;
cursor: text;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="text"]:focus-visible,
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="number"]:focus-visible,
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="text"]:focus,
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="number"]:focus {
outline: none;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: inline-block;
width: 14px;
height: 14px;
padding: 2px;
background-clip: content-box;
border: 2px solid #f1844e;
border-radius: 50%;
margin-right: 10px;
}
@media only screen and (min-width: 980px) {
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="radio"] {
  margin-top: -1px;
}
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit input[type="radio"]:checked {
background-color: #f1844e;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit button {
background-color: transparent;
outline: none;
border: none;
cursor: pointer;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .prvwrap {
display: flex;
align-items: center;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .prvwrap:before {
font-family: 'Font Awesome 6 Pro';
content: "\f0a8";
margin-right: 4px;
color: #f1844e;
font-weight: bold;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .prvwrap .prvBtn {
text-decoration: underline;
font-weight: 700;
font-size: 16px;
text-align: left;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .prvwrap .prvBtn:hover {
text-decoration: none;
font-weight: 700;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .nxtwrap {
display: flex;
align-items: center;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .nxtwrap:after {
font-family: 'Font Awesome 6 Pro';
content: "\f0a9";
margin-left: 4px;
color: #9ac347;
font-weight: bold;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .nxtwrap .nxtBtn {
text-decoration: underline;
font-weight: 700;
font-size: 16px;
text-align: right;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .nxtwrap .nxtBtn:hover {
text-decoration: none;
font-weight: 700;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item {
padding: 20px 10px 20px 20px;
background-color: #ffffff;
border-radius: 15px;
}
@media only screen and (min-width: 768px) {
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item {
  padding-right: 20px;
}
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap {
padding-right: 20px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap#alt input {
display: none;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap .step-description .title {
font-weight: bold;
margin-bottom: 10px;
font-size: 22px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap .step-description .title .choicetip-hover {
color: #9ac347;
cursor: pointer;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap .step-description .title .choice-tooltip {
position: absolute;
background: white;
padding: 10px;
font-size: 16px;
font-weight: 400;
top: -60px;
right: 40px;
width: 150px;
border: 1px solid lightgrey;
box-shadow: 1px 10px 10px grey;
display: none;
}
@media only screen and (min-width: 980px) {
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap .step-description .title .choice-tooltip {
  right: auto;
}
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 .inner-wrap .step-input-wrap {
display: flex;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap .step-input-wrap {
margin-bottom: 10px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .inner-wrap .step-input-wrap .choice {
display: flex;
align-items: center;
margin-bottom: 4px;
font-size: 18px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit .step-item .link-group {
border-top: 2px solid #222222;
display: flex;
justify-content: space-between;
margin-right: 20px;
padding-top: 10px;
margin-top: 20px;
padding-bottom: 14px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 {
border-radius: 40px;
padding: 10px 0 10px 20px;
margin-bottom: 136px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 .inner-wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 input {
margin-left: 10px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 .step-input-wrap {
margin-bottom: 0;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 .fa-location-dot {
font-size: 18px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 button {
font-size: 32px;
color: #9ac347;
outline: black;
margin-left: -20px;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step1 button:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step3 {
width: 100%;
}
@media only screen and (min-width: 768px) {
.home-hero .block-wrap .content-wrap .intro-copy form#home-res-submit #step3 {
  width: 540px;
}
}
.home-hero .block-wrap .content-wrap .intro-copy .btn.tertiary {
color: #ffffff;
border-bottom: 3px solid #ffffff;
font-weight: 700;
line-height: 2;
}
.home-hero .block-wrap .content-wrap .intro-copy .btn.tertiary:hover {
border-bottom: 3px solid #f15002;
font-weight: 700;
}
